home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 2: Applications
/
Linux Cubed Series 2 - Applications.iso
/
utils
/
disk-man
/
linux-fl.000
/
linux-fl
/
linux-floppies
/
building-blocks
/
col.simple.sh
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1996-04-05
|
337 b
|
12 lines
#!/bin/sh
echo -e '\033[37;44m' white \(normal\) on blue '\033[0m' should be reset
echo -e '\033[1;6m\033[36;44m' bright cyan on blue '\033[0m' should be reset
echo -e '\033[1;6m\033[31;40m' bright red on black '\033[0m' should be reset
COLOR="\033[37;44m white (normal) on blue \033[0m should be reset"
echo -e $COLOR + some more